home *** CD-ROM | disk | FTP | other *** search
- object TestLBForm: TTestLBForm
- Left = 300
- Top = 107
- Width = 323
- Height = 202
- Caption = 'Test TCustomList.ItemIndex bug'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- PixelsPerInch = 96
- TextHeight = 13
- object ListBox1: TListBox
- Left = 32
- Top = 40
- Width = 121
- Height = 97
- ItemHeight = 13
- Items.Strings = (
- 'One'
- 'Two'
- 'Three')
- TabOrder = 0
- end
- object Test: TButton
- Left = 168
- Top = 40
- Width = 75
- Height = 25
- Caption = '&Test'
- TabOrder = 1
- OnClick = TestClick
- end
- end
-